.force-popup * {
	box-sizing: border-box;
	outline: none;
	resize: none;
	text-decoration: none;
}
.force-popup {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .7);
	top: 0;
	left: 0;
	z-index: 9999999;/* display:none; */
}
.force-popup-content {
	border-radius: 10px;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
	width: 300px;
	height: 350px;
	background: #fff;
	position: fixed;
	top: 43%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 30px;
	overflow: hidden;
}
.force-popup-content img {
	background: #f5f5f5;
	display: block;
	width: 118px;
	height: 118px;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
}
.force-popup-content i {
	font-size: 12px;
	color: #c4ccf5;
	text-align: center;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	font-style: normal;
	cursor: pointer;
	background: #fff;
	border-radius: 100px;
	width: 20px;
	line-height: 18px;
	text-align: center;
	height: 20px;
}
.force-popup-content span {
	text-align: center;
	display: block;
	margin: 0 auto;
	color: #888;
	font-size: 16px;
	padding-top: 5px;
}
.force-popup-content p {
	margin: 0 auto;
	font-size: 15px;
	color: #ff3d3d;
	padding: 20px 0;
	text-align: justify;
	line-height: 1.6em;
}
.force-popup-content p em {
	font-weight: 900;
	color: #723fff;
	font-style: normal;
	font-size: 20px;
}
.force-popup-hide {
	display: none;
}
.force-popup-tel {
	border: 1px solid #d7e0ff!important;
	padding: 10px;
	width: calc(100% - 110px);
	border-radius: 5px;
	float: left;
	height: 42px;
	color: #99aeff;
}
.force-popup-button {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
	background: -webkit-gradient(linear, left top, right top, from(rgba(83, 200, 239, 0.8)), color-stop(96%, rgba(81, 106, 204, 0.8)));
	background: linear-gradient(to right, rgba(83, 200, 239, 0.8) 0%, rgba(81, 106, 204, 0.8) 96%);
	border: none;
	padding: 10px;
	border-radius: 5px;
	color: #fff;
	width: 105px;
	height: 42px;
	text-align: center;
	float: right;
	cursor: pointer;
}
.card-cover {
	display: none;
	width: 100%;
	position: absolute;
	height: 100px;
	top: 0px;
	left: 0;
	will-change: top;
	background-size: cover;
	background-position: center;
	-webkit-filter: blur(30px);
	filter: blur(30px);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background-image: url(img/tonggaoBG.jpg);
	z-index: -1;
}